Skip to content

[ATOM SGL] Minimax M3 FP8 & EAGLE#1564

Draft
ZhiweiYan-96 wants to merge 1 commit into
mainfrom
zhiwei/m3_eagle
Draft

[ATOM SGL] Minimax M3 FP8 & EAGLE#1564
ZhiweiYan-96 wants to merge 1 commit into
mainfrom
zhiwei/m3_eagle

Conversation

@ZhiweiYan-96

@ZhiweiYan-96 ZhiweiYan-96 commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Motivation

Technical Details

Test Plan

export CUDA_VISIBLE_DEVICES=0,1,2,3
export PYTHONPATH=/home/qichu_qle/zhiwei/dsv4/atom_m3_eagle${PYTHONPATH:+:${PYTHONPATH}}
export SGLANG_PLUGINS=atom_sglang
export SGLANG_EXTERNAL_MODEL_PACKAGE=atom.plugin.sglang.models
export SGLANG_EXTERNAL_MM_PROCESSOR_PACKAGE=atom.plugin.sglang.models
export AITER_QUICK_REDUCE_QUANTIZATION=INT4
export SGLANG_USE_AITER=1
export SGLANG_AITER_FP8_PREFILL_ATTN=0
export ATOM_FORCE_ATTN_TRITON=1

python3 -m sglang.launch_server \
  --model-path /workspace/shared/data/amd_int/models/MiniMax-M3-MXFP8 \
  --host 127.0.0.1 \
  --port 8000 \
  --trust-remote-code \
  --tensor-parallel-size 4 \
  --attention-backend aiter \
  --mem-fraction-static 0.8 \
  --page-size 128 \
  --context-length 32768 \
  --max-running-requests 128 \
  --disable-radix-cache \
  --model-loader-extra-config '{"online_quant_config": {"global_quant_config": "ptpc_fp8", "exclude_layer": ["lm_head", "model.embed_tokens", "vision_tower", "multi_modal_projector", "patch_merge_mlp", "*block_sparse_moe"]}}' \
  --speculative-algorithm EAGLE3 \
  --speculative-draft-model-path Inferact/MiniMax-M3-EAGLE3 \
  --speculative-num-steps 3 \
  --speculative-eagle-topk 1 \
  2>&1 | tee minimax-m3-mxfp8-eagle3-sglang-server.log

Test Result

Submission Checklist

@github-actions

Copy link
Copy Markdown
Contributor

🏷️ CI Guide

Runs automatically on every eligible PR before approval:

  • ✅ Pre Checkin: Black, Ruff, catalog schema validation, non-GPU unit tests

Heavy model tests:

  • ✅ Run after the PR is approved and Pre Checkin passes
  • ✅ Run immediately when an approval review is submitted
  • ✅ Can be requested before approval with labels
Label Tests
ci:full Run all heavy PR model tests: native ATOM, vLLM, and SGLang
ci:atom Run native ATOM model accuracy tests
ci:vllm Run ATOM vLLM OOT model accuracy tests
ci:sglang Run ATOM SGLang model accuracy tests

Heavy jobs are skipped when the PR is not approved and no matching ci:* label is present.
Add labels via the sidebar or gh pr edit 1564 --add-label <label>

@zufayu zufayu requested review from ZhangLirong-amd and valarLip and removed request for valarLip July 13, 2026 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant